Html Css Color HEX #BDC34B Celery

📋 copy color: '#BDC34B'

red 189 ◦ green 195 ◦ blue 75

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

Shades of Celery #BDC34B

Tints of Celery #BDC34B

RGB

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

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

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

R = 41.18%
G = 42.48%
B = 16.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#BDC34B (or 0xBDC34B) is known color: Celery. HEX triplet: BD, C3 and 4B. RGB value is (189,195,75). Sum of RGB (Red+Green+Blue) = 189+195+75=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC34B is #423CB4. Grayscale: #B4B4B4. Windows color (decimal): -4340917 or 4965309. OLE color: 4965309.

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

Color convert

RGB 189 195 75 -
CMYK 0.03 0 0.62 0.24
HSL 63º 0.5% 0.53% -
HSV(B) 63º 0.62% 0.76% -
XYZ 41.77 50.36 14.17 -
YUV 179.53 69.01 134.76 -
System Red Green Blue C M Y K H S L
Decimal 189 195 75 0.03 0 0.62 0.24 63 0.5 0.53
Hex BD C3 4B 3 0 3E 18 3F 32 35
Octal 275 303 113 3 0 76 30 77 62 65
Binary 10111101 11000011 1001011 11 0 111110 11000 111111 110010 110101

Color Harmonies of #BDC34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC34B

Black with #BDC34B

Text Example


Text Example

White with #BDC34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC34B; }

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

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

background-color css

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

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

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

border-color css

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

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

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