Html Css Color HEX #BDC342 Celery

📋 copy color: '#BDC342'

red 189 ◦ green 195 ◦ blue 66

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

Shades of Celery #BDC342

Tints of Celery #BDC342

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.33%

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

R = 42%
G = 43.33%
B = 14.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#BDC342 (or 0xBDC342) is known color: Celery. HEX triplet: BD, C3 and 42. RGB value is (189,195,66). Sum of RGB (Red+Green+Blue) = 189+195+66=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC342 is #423CBD. Grayscale: #B3B3B3. Windows color (decimal): -4340926 or 4375485. OLE color: 4375485.

HSL color Cylindrical-coordinate representation of color #BDC342: hue angle of 62.79º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDC342 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 195 66 -
CMYK 0.03 0 0.66 0.24
HSL 62.79º 0.52% 0.51% -
HSV(B) 62.79º 0.66% 0.76% -
XYZ 41.48 50.24 12.67 -
YUV 178.5 64.51 135.49 -
System Red Green Blue C M Y K H S L
Decimal 189 195 66 0.03 0 0.66 0.24 62.79 0.52 0.51
Hex BD C3 42 3 0 42 18 3F 34 33
Octal 275 303 102 3 0 102 30 77 64 63
Binary 10111101 11000011 1000010 11 0 1000010 11000 111111 110100 110011

Color Harmonies of #BDC342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC342

Black with #BDC342

Text Example


Text Example

White with #BDC342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC342; }

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

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

background-color css

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

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

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

border-color css

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

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

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