Html Css Color HEX #BDCD4C Celery

📋 copy color: '#BDCD4C'

red 189 ◦ green 205 ◦ blue 76

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

Shades of Celery #BDCD4C

Tints of Celery #BDCD4C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.62%

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

R = 40.21%
G = 43.62%
B = 16.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#BDCD4C (or 0xBDCD4C) is known color: Celery. HEX triplet: BD, CD and 4C. RGB value is (189,205,76). Sum of RGB (Red+Green+Blue) = 189+205+76=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 76 (30.08% from 255 or 16.17% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCD4C is #4232B3. Grayscale: #BABABA. Windows color (decimal): -4338356 or 5033405. OLE color: 5033405.

HSL color Cylindrical-coordinate representation of color #BDCD4C: hue angle of 67.44º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDCD4C is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 205 76 -
CMYK 0.08 0 0.63 0.20
HSL 67.44º 0.56% 0.55% -
HSV(B) 67.44º 0.63% 0.8% -
XYZ 44.12 55 15.13 -
YUV 185.51 66.2 130.49 -
System Red Green Blue C M Y K H S L
Decimal 189 205 76 0.08 0 0.63 0.20 67.44 0.56 0.55
Hex BD CD 4C 8 0 3F 14 43 38 37
Octal 275 315 114 10 0 77 24 103 70 67
Binary 10111101 11001101 1001100 1000 0 111111 10100 1000011 111000 110111

Color Harmonies of #BDCD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCD4C

Black with #BDCD4C

Text Example


Text Example

White with #BDCD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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