Html Css Color HEX #BFDC52 Conifer

📋 copy color: '#BFDC52'

red 191 ◦ green 220 ◦ blue 82

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

Shades of Conifer #BFDC52

Tints of Conifer #BFDC52

RGB

 RED value IS 191 (75% from 255) = 38.74%

 GREEN value IS 220 (86.33% from 255) = 44.62%

 BLUE value IS 82 (32.42% from 255) = 16.63%

R = 38.74%
G = 44.62%
B = 16.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#BFDC52 (or 0xBFDC52) is known color: Conifer. HEX triplet: BF, DC and 52. RGB value is (191,220,82). Sum of RGB (Red+Green+Blue) = 191+220+82=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 82 (32.42% from 255 or 16.63% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC52 is #4023AD. Grayscale: #C4C4C4. Windows color (decimal): -4203438 or 5430463. OLE color: 5430463.

HSL color Cylindrical-coordinate representation of color #BFDC52: hue angle of 72.61º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFDC52 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 220 82 -
CMYK 0.13 0 0.63 0.14
HSL 72.61º 0.66% 0.59% -
HSV(B) 72.61º 0.63% 0.86% -
XYZ 48.6 62.87 17.56 -
YUV 195.6 63.89 124.72 -
System Red Green Blue C M Y K H S L
Decimal 191 220 82 0.13 0 0.63 0.14 72.61 0.66 0.59
Hex BF DC 52 D 0 3F E 49 42 3B
Octal 277 334 122 15 0 77 16 111 102 73
Binary 10111111 11011100 1010010 1101 0 111111 1110 1001001 1000010 111011

Color Harmonies of #BFDC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC52

Black with #BFDC52

Text Example


Text Example

White with #BFDC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC52; }

 p { color: rgb(191,220,82); }

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

background-color css

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

 a { background-color: rgb(191,220,82); }

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

border-color css

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

 span { border-color: rgb(191,220,82); }

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