Html Css Color HEX #B0CF4A Conifer

📋 copy color: '#B0CF4A'

red 176 ◦ green 207 ◦ blue 74

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

Shades of Conifer #B0CF4A

Tints of Conifer #B0CF4A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.3%

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

R = 38.51%
G = 45.3%
B = 16.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#B0CF4A (or 0xB0CF4A) is known color: Conifer. HEX triplet: B0, CF and 4A. RGB value is (176,207,74). Sum of RGB (Red+Green+Blue) = 176+207+74=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CF4A is #4F30B5. Grayscale: #B7B7B7. Windows color (decimal): -5189814 or 4902832. OLE color: 4902832.

HSL color Cylindrical-coordinate representation of color #B0CF4A: hue angle of 73.98º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0CF4A is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 207 74 -
CMYK 0.15 0 0.64 0.19
HSL 73.98º 0.58% 0.55% -
HSV(B) 73.98º 0.64% 0.81% -
XYZ 41.45 54.35 14.78 -
YUV 182.57 66.73 123.31 -
System Red Green Blue C M Y K H S L
Decimal 176 207 74 0.15 0 0.64 0.19 73.98 0.58 0.55
Hex B0 CF 4A F 0 40 13 4A 3A 37
Octal 260 317 112 17 0 100 23 112 72 67
Binary 10110000 11001111 1001010 1111 0 1000000 10011 1001010 111010 110111

Color Harmonies of #B0CF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CF4A

Black with #B0CF4A

Text Example


Text Example

White with #B0CF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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