Html Css Color HEX #BFCC14 Rio Grande

📋 copy color: '#BFCC14'

red 191 ◦ green 204 ◦ blue 20

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

Shades of Rio Grande #BFCC14

Tints of Rio Grande #BFCC14

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.16%

 BLUE value IS 20 (8.2% from 255) = 4.82%

R = 46.02%
G = 49.16%
B = 4.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#BFCC14 (or 0xBFCC14) is known color: Rio Grande. HEX triplet: BF, CC and 14. RGB value is (191,204,20). Sum of RGB (Red+Green+Blue) = 191+204+20=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCC14 is #4033EB. Grayscale: #B3B3B3. Windows color (decimal): -4207596 or 1363135. OLE color: 1363135.

HSL color Cylindrical-coordinate representation of color #BFCC14: hue angle of 64.24º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFCC14 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 204 20 -
CMYK 0.06 0 0.90 0.2
HSL 64.24º 0.82% 0.44% -
HSV(B) 64.24º 0.9% 0.8% -
XYZ 43.2 54.31 8.87 -
YUV 179.14 38.19 136.46 -
System Red Green Blue C M Y K H S L
Decimal 191 204 20 0.06 0 0.90 0.2 64.24 0.82 0.44
Hex BF CC 14 6 0 5A 14 40 52 2C
Octal 277 314 24 6 0 132 24 100 122 54
Binary 10111111 11001100 10100 110 0 1011010 10100 1000000 1010010 101100

Color Harmonies of #BFCC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCC14

Black with #BFCC14

Text Example


Text Example

White with #BFCC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCC14; }

 p { color: rgb(191,204,20); }

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

background-color css

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

 a { background-color: rgb(191,204,20); }

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

border-color css

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

 span { border-color: rgb(191,204,20); }

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