Html Css Color HEX #B0D64A Conifer

📋 copy color: '#B0D64A'

red 176 ◦ green 214 ◦ blue 74

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

Shades of Conifer #B0D64A

Tints of Conifer #B0D64A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.12%

 BLUE value IS 74 (29.3% from 255) = 15.95%

R = 37.93%
G = 46.12%
B = 15.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#B0D64A (or 0xB0D64A) is known color: Conifer. HEX triplet: B0, D6 and 4A. RGB value is (176,214,74). Sum of RGB (Red+Green+Blue) = 176+214+74=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D64A is #4F29B5. Grayscale: #BBBBBB. Windows color (decimal): -5188022 or 4904624. OLE color: 4904624.

HSL color Cylindrical-coordinate representation of color #B0D64A: hue angle of 76.29º degrees, saturation: 0.63, 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 #B0D64A is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 214 74 -
CMYK 0.18 0 0.65 0.16
HSL 76.29º 0.63% 0.56% -
HSV(B) 76.29º 0.65% 0.84% -
XYZ 43.19 57.82 15.36 -
YUV 186.68 64.41 120.38 -
System Red Green Blue C M Y K H S L
Decimal 176 214 74 0.18 0 0.65 0.16 76.29 0.63 0.56
Hex B0 D6 4A 12 0 41 10 4C 3F 38
Octal 260 326 112 22 0 101 20 114 77 70
Binary 10110000 11010110 1001010 10010 0 1000001 10000 1001100 111111 111000

Color Harmonies of #B0D64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D64A

Black with #B0D64A

Text Example


Text Example

White with #B0D64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D64A; }

 p { color: rgb(176,214,74); }

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

background-color css

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

 a { background-color: rgb(176,214,74); }

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

border-color css

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

 span { border-color: rgb(176,214,74); }

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