Html Css Color HEX #BDC042 Celery

📋 copy color: '#BDC042'

red 189 ◦ green 192 ◦ blue 66

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

Shades of Celery #BDC042

Tints of Celery #BDC042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.77%

R = 42.28%
G = 42.95%
B = 14.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BDC042 (or 0xBDC042) is known color: Celery. HEX triplet: BD, C0 and 42. RGB value is (189,192,66). Sum of RGB (Red+Green+Blue) = 189+192+66=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC042 is #423FBD. Grayscale: #B1B1B1. Windows color (decimal): -4341694 or 4374717. OLE color: 4374717.

HSL color Cylindrical-coordinate representation of color #BDC042: hue angle of 61.43º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDC042 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 66 -
CMYK 0.02 0 0.66 0.25
HSL 61.43º 0.5% 0.51% -
HSV(B) 61.43º 0.66% 0.75% -
XYZ 40.82 48.91 12.44 -
YUV 176.74 65.51 136.75 -
System Red Green Blue C M Y K H S L
Decimal 189 192 66 0.02 0 0.66 0.25 61.43 0.5 0.51
Hex BD C0 42 2 0 42 19 3D 32 33
Octal 275 300 102 2 0 102 31 75 62 63
Binary 10111101 11000000 1000010 10 0 1000010 11001 111101 110010 110011

Color Harmonies of #BDC042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC042

Black with #BDC042

Text Example


Text Example

White with #BDC042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC042; }

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

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

background-color css

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

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

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

border-color css

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

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

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