Html Css Color HEX #B0D14B Conifer

📋 copy color: '#B0D14B'

red 176 ◦ green 209 ◦ blue 75

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

Shades of Conifer #B0D14B

Tints of Conifer #B0D14B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.43%

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

R = 38.26%
G = 45.43%
B = 16.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#B0D14B (or 0xB0D14B) is known color: Conifer. HEX triplet: B0, D1 and 4B. RGB value is (176,209,75). Sum of RGB (Red+Green+Blue) = 176+209+75=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D14B is #4F2EB4. Grayscale: #B8B8B8. Windows color (decimal): -5189301 or 4968880. OLE color: 4968880.

HSL color Cylindrical-coordinate representation of color #B0D14B: hue angle of 74.78º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0D14B is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 209 75 -
CMYK 0.16 0 0.64 0.18
HSL 74.78º 0.59% 0.56% -
HSV(B) 74.78º 0.64% 0.82% -
XYZ 41.97 55.34 15.13 -
YUV 183.86 66.57 122.4 -
System Red Green Blue C M Y K H S L
Decimal 176 209 75 0.16 0 0.64 0.18 74.78 0.59 0.56
Hex B0 D1 4B 10 0 40 12 4B 3B 38
Octal 260 321 113 20 0 100 22 113 73 70
Binary 10110000 11010001 1001011 10000 0 1000000 10010 1001011 111011 111000

Color Harmonies of #B0D14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D14B

Black with #B0D14B

Text Example


Text Example

White with #B0D14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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