Html Css Color HEX #BDC04C Celery

📋 copy color: '#BDC04C'

red 189 ◦ green 192 ◦ blue 76

#BDC04C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #BDC04C

Tints of Celery #BDC04C

RGB

 RED value IS 189 (74.22% from 255) = 41.36%

 GREEN value IS 192 (75.39% from 255) = 42.01%

 BLUE value IS 76 (30.08% from 255) = 16.63%

R = 41.36%
G = 42.01%
B = 16.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDC04C (or 0xBDC04C) is known color: Celery. HEX triplet: BD, C0 and 4C. RGB value is (189,192,76). Sum of RGB (Red+Green+Blue) = 189+192+76=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 76 (30.08% from 255 or 16.63% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC04C is #423FB3. Grayscale: #B2B2B2. Windows color (decimal): -4341684 or 5030077. OLE color: 5030077.

HSL color Cylindrical-coordinate representation of color #BDC04C: hue angle of 61.55º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDC04C is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 76 -
CMYK 0.02 0 0.60 0.25
HSL 61.55º 0.48% 0.53% -
HSV(B) 61.55º 0.6% 0.75% -
XYZ 41.14 49.04 14.13 -
YUV 177.88 70.51 135.93 -
System Red Green Blue C M Y K H S L
Decimal 189 192 76 0.02 0 0.60 0.25 61.55 0.48 0.53
Hex BD C0 4C 2 0 3C 19 3E 30 35
Octal 275 300 114 2 0 74 31 76 60 65
Binary 10111101 11000000 1001100 10 0 111100 11001 111110 110000 110101

Color Harmonies of #BDC04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC04C

Black with #BDC04C

Text Example


Text Example

White with #BDC04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC04C; }

 p { color: rgb(189,192,76); }

 H1.HeaderClassName
 {
   color: #BDC04C;
 }
 .AnyTagClassName
 {
   color: #BDC04C;
 }
</style>

background-color css

<style>
 a { background-color: #BDC04C; }

 a { background-color: rgb(189,192,76); }

 div.DivClassName
 {
   background-color: #BDC04C;
 }
 .BgClassName
 {
   background-color: #BDC04C;
 }
</style>

border-color css

<style>
 span { border-color: #BDC04C; }

 span { border-color: rgb(189,192,76); }

 td.TdClassName
 {
   border-color: #BDC04C;
 }
 .TagClassName
 {
   border-color: #BDC04C;
 }
</style>