Html Css Color HEX #BDC44B Celery

📋 copy color: '#BDC44B'

red 189 ◦ green 196 ◦ blue 75

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

Shades of Celery #BDC44B

Tints of Celery #BDC44B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.61%

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

R = 41.09%
G = 42.61%
B = 16.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#BDC44B (or 0xBDC44B) is known color: Celery. HEX triplet: BD, C4 and 4B. RGB value is (189,196,75). Sum of RGB (Red+Green+Blue) = 189+196+75=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC44B is #423BB4. Grayscale: #B4B4B4. Windows color (decimal): -4340661 or 4965565. OLE color: 4965565.

HSL color Cylindrical-coordinate representation of color #BDC44B: hue angle of 63.47º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDC44B is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 75 -
CMYK 0.04 0 0.62 0.23
HSL 63.47º 0.51% 0.53% -
HSV(B) 63.47º 0.62% 0.77% -
XYZ 42 50.81 14.25 -
YUV 180.11 68.68 134.34 -
System Red Green Blue C M Y K H S L
Decimal 189 196 75 0.04 0 0.62 0.23 63.47 0.51 0.53
Hex BD C4 4B 4 0 3E 17 3F 33 35
Octal 275 304 113 4 0 76 27 77 63 65
Binary 10111101 11000100 1001011 100 0 111110 10111 111111 110011 110101

Color Harmonies of #BDC44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC44B

Black with #BDC44B

Text Example


Text Example

White with #BDC44B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC44B; }

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

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

background-color css

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

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

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

border-color css

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

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

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