Html Css Color HEX #BCF262 Conifer

📋 copy color: '#BCF262'

red 188 ◦ green 242 ◦ blue 98

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

Shades of Conifer #BCF262

Tints of Conifer #BCF262

RGB

 RED value IS 188 (73.83% from 255) = 35.61%

 GREEN value IS 242 (94.92% from 255) = 45.83%

 BLUE value IS 98 (38.67% from 255) = 18.56%

R = 35.61%
G = 45.83%
B = 18.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#BCF262 (or 0xBCF262) is known color: Conifer. HEX triplet: BC, F2 and 62. RGB value is (188,242,98). Sum of RGB (Red+Green+Blue) = 188+242+98=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 98 (38.67% from 255 or 18.56% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF262 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF262 is #430D9D. Grayscale: #D1D1D1. Windows color (decimal): -4394398 or 6484668. OLE color: 6484668.

HSL color Cylindrical-coordinate representation of color #BCF262: hue angle of 82.5º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCF262 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 98 -
CMYK 0.22 0 0.60 0.05
HSL 82.5º 0.85% 0.67% -
HSV(B) 82.5º 0.6% 0.95% -
XYZ 54.7 75.08 23.16 -
YUV 209.44 65.11 112.71 -
System Red Green Blue C M Y K H S L
Decimal 188 242 98 0.22 0 0.60 0.05 82.5 0.85 0.67
Hex BC F2 62 16 0 3C 5 52 55 43
Octal 274 362 142 26 0 74 5 122 125 103
Binary 10111100 11110010 1100010 10110 0 111100 101 1010010 1010101 1000011

Color Harmonies of #BCF262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF262

Black with #BCF262

Text Example


Text Example

White with #BCF262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF262; }

 p { color: rgb(188,242,98); }

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

background-color css

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

 a { background-color: rgb(188,242,98); }

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

border-color css

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

 span { border-color: rgb(188,242,98); }

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