Html Css Color HEX #B0D54B Conifer

📋 copy color: '#B0D54B'

red 176 ◦ green 213 ◦ blue 75

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

Shades of Conifer #B0D54B

Tints of Conifer #B0D54B

RGB

 RED value IS 176 (69.14% from 255) = 37.93%

 GREEN value IS 213 (83.59% from 255) = 45.91%

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

R = 37.93%
G = 45.91%
B = 16.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#B0D54B (or 0xB0D54B) is known color: Conifer. HEX triplet: B0, D5 and 4B. RGB value is (176,213,75). Sum of RGB (Red+Green+Blue) = 176+213+75=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D54B is #4F2AB4. Grayscale: #BABABA. Windows color (decimal): -5188277 or 4969904. OLE color: 4969904.

HSL color Cylindrical-coordinate representation of color #B0D54B: hue angle of 76.09º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0D54B is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 213 75 -
CMYK 0.17 0 0.65 0.16
HSL 76.09º 0.62% 0.56% -
HSV(B) 76.09º 0.65% 0.84% -
XYZ 42.97 57.33 15.46 -
YUV 186.21 65.24 120.72 -
System Red Green Blue C M Y K H S L
Decimal 176 213 75 0.17 0 0.65 0.16 76.09 0.62 0.56
Hex B0 D5 4B 11 0 41 10 4C 3E 38
Octal 260 325 113 21 0 101 20 114 76 70
Binary 10110000 11010101 1001011 10001 0 1000001 10000 1001100 111110 111000

Color Harmonies of #B0D54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D54B

Black with #B0D54B

Text Example


Text Example

White with #B0D54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D54B; }

 p { color: rgb(176,213,75); }

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

background-color css

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

 a { background-color: rgb(176,213,75); }

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

border-color css

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

 span { border-color: rgb(176,213,75); }

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