Html Css Color HEX #BDC64B Celery

📋 copy color: '#BDC64B'

red 189 ◦ green 198 ◦ blue 75

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

Shades of Celery #BDC64B

Tints of Celery #BDC64B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.23%

R = 40.91%
G = 42.86%
B = 16.23%

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

#BDC64B (or 0xBDC64B) is known color: Celery. HEX triplet: BD, C6 and 4B. RGB value is (189,198,75). Sum of RGB (Red+Green+Blue) = 189+198+75=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC64B is #4239B4. Grayscale: #B5B5B5. Windows color (decimal): -4340149 or 4966077. OLE color: 4966077.

HSL color Cylindrical-coordinate representation of color #BDC64B: hue angle of 64.39º 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 #BDC64B is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 198 75 -
CMYK 0.05 0 0.62 0.22
HSL 64.39º 0.52% 0.54% -
HSV(B) 64.39º 0.62% 0.78% -
XYZ 42.45 51.71 14.4 -
YUV 181.29 68.02 133.5 -
System Red Green Blue C M Y K H S L
Decimal 189 198 75 0.05 0 0.62 0.22 64.39 0.52 0.54
Hex BD C6 4B 5 0 3E 16 40 34 36
Octal 275 306 113 5 0 76 26 100 64 66
Binary 10111101 11000110 1001011 101 0 111110 10110 1000000 110100 110110

Color Harmonies of #BDC64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC64B

Black with #BDC64B

Text Example


Text Example

White with #BDC64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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