Html Css Color HEX #BDC64C Celery

📋 copy color: '#BDC64C'

red 189 ◦ green 198 ◦ blue 76

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

Shades of Celery #BDC64C

Tints of Celery #BDC64C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.41%

R = 40.82%
G = 42.76%
B = 16.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#BDC64C (or 0xBDC64C) is known color: Celery. HEX triplet: BD, C6 and 4C. RGB value is (189,198,76). Sum of RGB (Red+Green+Blue) = 189+198+76=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC64C is #4239B3. Grayscale: #B5B5B5. Windows color (decimal): -4340148 or 5031613. OLE color: 5031613.

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

Color convert

RGB 189 198 76 -
CMYK 0.05 0 0.62 0.22
HSL 64.43º 0.52% 0.54% -
HSV(B) 64.43º 0.62% 0.78% -
XYZ 42.48 51.73 14.58 -
YUV 181.4 68.52 133.42 -
System Red Green Blue C M Y K H S L
Decimal 189 198 76 0.05 0 0.62 0.22 64.43 0.52 0.54
Hex BD C6 4C 5 0 3E 16 40 34 36
Octal 275 306 114 5 0 76 26 100 64 66
Binary 10111101 11000110 1001100 101 0 111110 10110 1000000 110100 110110

Color Harmonies of #BDC64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC64C

Black with #BDC64C

Text Example


Text Example

White with #BDC64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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