Html Css Color HEX #BDC642 Celery

📋 copy color: '#BDC642'

red 189 ◦ green 198 ◦ blue 66

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

Shades of Celery #BDC642

Tints of Celery #BDC642

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.71%

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

R = 41.72%
G = 43.71%
B = 14.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#BDC642 (or 0xBDC642) is known color: Celery. HEX triplet: BD, C6 and 42. RGB value is (189,198,66). Sum of RGB (Red+Green+Blue) = 189+198+66=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC642 is #4239BD. Grayscale: #B4B4B4. Windows color (decimal): -4340158 or 4376253. OLE color: 4376253.

HSL color Cylindrical-coordinate representation of color #BDC642: hue angle of 64.09º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDC642 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 198 66 -
CMYK 0.05 0 0.67 0.22
HSL 64.09º 0.54% 0.52% -
HSV(B) 64.09º 0.67% 0.78% -
XYZ 42.16 51.6 12.89 -
YUV 180.26 63.52 134.23 -
System Red Green Blue C M Y K H S L
Decimal 189 198 66 0.05 0 0.67 0.22 64.09 0.54 0.52
Hex BD C6 42 5 0 43 16 40 36 34
Octal 275 306 102 5 0 103 26 100 66 64
Binary 10111101 11000110 1000010 101 0 1000011 10110 1000000 110110 110100

Color Harmonies of #BDC642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC642

Black with #BDC642

Text Example


Text Example

White with #BDC642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC642; }

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

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

background-color css

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

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

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

border-color css

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

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

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