Html Css Color HEX #BFE69A Reef

📋 copy color: '#BFE69A'

red 191 ◦ green 230 ◦ blue 154

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

Shades of Reef #BFE69A

Tints of Reef #BFE69A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40%

 BLUE value IS 154 (60.55% from 255) = 26.78%

R = 33.22%
G = 40%
B = 26.78%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#BFE69A (or 0xBFE69A) is known color: Reef. HEX triplet: BF, E6 and 9A. RGB value is (191,230,154). Sum of RGB (Red+Green+Blue) = 191+230+154=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 230 (90.23% from 255 or 40% from 575); Blue value is 154 (60.55% from 255 or 26.78% from 575); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE69A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE69A is #401965. Grayscale: #D1D1D1. Windows color (decimal): -4200806 or 10151615. OLE color: 10151615.

HSL color Cylindrical-coordinate representation of color #BFE69A: hue angle of 90.79º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFE69A is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 230 154 -
CMYK 0.17 0 0.33 0.10
HSL 90.79º 0.6% 0.75% -
HSV(B) 90.79º 0.33% 0.9% -
XYZ 55.62 70 41.15 -
YUV 209.68 96.58 114.68 -
System Red Green Blue C M Y K H S L
Decimal 191 230 154 0.17 0 0.33 0.10 90.79 0.6 0.75
Hex BF E6 9A 11 0 21 A 5B 3C 4B
Octal 277 346 232 21 0 41 12 133 74 113
Binary 10111111 11100110 10011010 10001 0 100001 1010 1011011 111100 1001011

Color Harmonies of #BFE69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE69A

Black with #BFE69A

Text Example


Text Example

White with #BFE69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE69A; }

 p { color: rgb(191,230,154); }

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

background-color css

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

 a { background-color: rgb(191,230,154); }

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

border-color css

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

 span { border-color: rgb(191,230,154); }

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