Html Css Color HEX #BDCF49 Celery

📋 copy color: '#BDCF49'

red 189 ◦ green 207 ◦ blue 73

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

Shades of Celery #BDCF49

Tints of Celery #BDCF49

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.14%

 BLUE value IS 73 (28.91% from 255) = 15.57%

R = 40.3%
G = 44.14%
B = 15.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#BDCF49 (or 0xBDCF49) is known color: Celery. HEX triplet: BD, CF and 49. RGB value is (189,207,73). Sum of RGB (Red+Green+Blue) = 189+207+73=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 73 (28.91% from 255 or 15.57% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCF49 is #4230B6. Grayscale: #BABABA. Windows color (decimal): -4337847 or 4837309. OLE color: 4837309.

HSL color Cylindrical-coordinate representation of color #BDCF49: hue angle of 68.06º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDCF49 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 207 73 -
CMYK 0.09 0 0.65 0.19
HSL 68.06º 0.58% 0.55% -
HSV(B) 68.06º 0.65% 0.81% -
XYZ 44.5 55.93 14.75 -
YUV 186.34 64.04 129.9 -
System Red Green Blue C M Y K H S L
Decimal 189 207 73 0.09 0 0.65 0.19 68.06 0.58 0.55
Hex BD CF 49 9 0 41 13 44 3A 37
Octal 275 317 111 11 0 101 23 104 72 67
Binary 10111101 11001111 1001001 1001 0 1000001 10011 1000100 111010 110111

Color Harmonies of #BDCF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCF49

Black with #BDCF49

Text Example


Text Example

White with #BDCF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCF49; }

 p { color: rgb(189,207,73); }

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

background-color css

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

 a { background-color: rgb(189,207,73); }

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

border-color css

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

 span { border-color: rgb(189,207,73); }

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