Html Css Color HEX #BDC942 Celery

📋 copy color: '#BDC942'

red 189 ◦ green 201 ◦ blue 66

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

Shades of Celery #BDC942

Tints of Celery #BDC942

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.08%

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

R = 41.45%
G = 44.08%
B = 14.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#BDC942 (or 0xBDC942) is known color: Celery. HEX triplet: BD, C9 and 42. RGB value is (189,201,66). Sum of RGB (Red+Green+Blue) = 189+201+66=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 66 (26.17% from 255 or 14.47% from 456); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC942 is #4236BD. Grayscale: #B6B6B6. Windows color (decimal): -4339390 or 4377021. OLE color: 4377021.

HSL color Cylindrical-coordinate representation of color #BDC942: hue angle of 65.33º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDC942 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 66 -
CMYK 0.06 0 0.67 0.21
HSL 65.33º 0.56% 0.52% -
HSV(B) 65.33º 0.67% 0.79% -
XYZ 42.86 52.99 13.12 -
YUV 182.02 62.52 132.98 -
System Red Green Blue C M Y K H S L
Decimal 189 201 66 0.06 0 0.67 0.21 65.33 0.56 0.52
Hex BD C9 42 6 0 43 15 41 38 34
Octal 275 311 102 6 0 103 25 101 70 64
Binary 10111101 11001001 1000010 110 0 1000011 10101 1000001 111000 110100

Color Harmonies of #BDC942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC942

Black with #BDC942

Text Example


Text Example

White with #BDC942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC942; }

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

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

background-color css

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

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

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

border-color css

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

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

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