Html Css Color HEX #B4CF53 Conifer

📋 copy color: '#B4CF53'

red 180 ◦ green 207 ◦ blue 83

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

Shades of Conifer #B4CF53

Tints of Conifer #B4CF53

RGB

 RED value IS 180 (70.7% from 255) = 38.3%

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

 BLUE value IS 83 (32.81% from 255) = 17.66%

R = 38.3%
G = 44.04%
B = 17.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#B4CF53 (or 0xB4CF53) is known color: Conifer. HEX triplet: B4, CF and 53. RGB value is (180,207,83). Sum of RGB (Red+Green+Blue) = 180+207+83=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 83 (32.81% from 255 or 17.66% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CF53 is #4B30AC. Grayscale: #B9B9B9. Windows color (decimal): -4927661 or 5492660. OLE color: 5492660.

HSL color Cylindrical-coordinate representation of color #B4CF53: hue angle of 73.06º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4CF53 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 207 83 -
CMYK 0.13 0 0.60 0.19
HSL 73.06º 0.56% 0.57% -
HSV(B) 73.06º 0.6% 0.81% -
XYZ 42.7 54.95 16.54 -
YUV 184.79 70.55 124.58 -
System Red Green Blue C M Y K H S L
Decimal 180 207 83 0.13 0 0.60 0.19 73.06 0.56 0.57
Hex B4 CF 53 D 0 3C 13 49 38 39
Octal 264 317 123 15 0 74 23 111 70 71
Binary 10110100 11001111 1010011 1101 0 111100 10011 1001001 111000 111001

Color Harmonies of #B4CF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CF53

Black with #B4CF53

Text Example


Text Example

White with #B4CF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CF53; }

 p { color: rgb(180,207,83); }

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

background-color css

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

 a { background-color: rgb(180,207,83); }

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

border-color css

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

 span { border-color: rgb(180,207,83); }

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