Html Css Color HEX #BDCD4B Celery

📋 copy color: '#BDCD4B'

red 189 ◦ green 205 ◦ blue 75

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

Shades of Celery #BDCD4B

Tints of Celery #BDCD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.99%

R = 40.3%
G = 43.71%
B = 15.99%

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

#BDCD4B (or 0xBDCD4B) is known color: Celery. HEX triplet: BD, CD and 4B. RGB value is (189,205,75). Sum of RGB (Red+Green+Blue) = 189+205+75=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 75 (29.69% from 255 or 15.99% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCD4B is #4232B4. Grayscale: #B9B9B9. Windows color (decimal): -4338357 or 4967869. OLE color: 4967869.

HSL color Cylindrical-coordinate representation of color #BDCD4B: hue angle of 67.38º degrees, saturation: 0.57, 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 #BDCD4B is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 205 75 -
CMYK 0.08 0 0.63 0.20
HSL 67.38º 0.57% 0.55% -
HSV(B) 67.38º 0.63% 0.8% -
XYZ 44.09 54.99 14.95 -
YUV 185.4 65.7 130.57 -
System Red Green Blue C M Y K H S L
Decimal 189 205 75 0.08 0 0.63 0.20 67.38 0.57 0.55
Hex BD CD 4B 8 0 3F 14 43 39 37
Octal 275 315 113 10 0 77 24 103 71 67
Binary 10111101 11001101 1001011 1000 0 111111 10100 1000011 111001 110111

Color Harmonies of #BDCD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCD4B

Black with #BDCD4B

Text Example


Text Example

White with #BDCD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCD4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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