Html Css Color HEX #BFCC20 Rio Grande

📋 copy color: '#BFCC20'

red 191 ◦ green 204 ◦ blue 32

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

Shades of Rio Grande #BFCC20

Tints of Rio Grande #BFCC20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.49%

R = 44.73%
G = 47.78%
B = 7.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#BFCC20 (or 0xBFCC20) is known color: Rio Grande. HEX triplet: BF, CC and 20. RGB value is (191,204,32). Sum of RGB (Red+Green+Blue) = 191+204+32=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 32 (12.89% from 255 or 7.49% from 427); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC20 is #4033DF. Grayscale: #B5B5B5. Windows color (decimal): -4207584 or 2149567. OLE color: 2149567.

HSL color Cylindrical-coordinate representation of color #BFCC20: hue angle of 64.53º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BFCC20 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 204 32 -
CMYK 0.06 0 0.84 0.2
HSL 64.53º 0.73% 0.46% -
HSV(B) 64.53º 0.84% 0.8% -
XYZ 43.34 54.37 9.58 -
YUV 180.51 44.19 135.49 -
System Red Green Blue C M Y K H S L
Decimal 191 204 32 0.06 0 0.84 0.2 64.53 0.73 0.46
Hex BF CC 20 6 0 54 14 41 49 2E
Octal 277 314 40 6 0 124 24 101 111 56
Binary 10111111 11001100 100000 110 0 1010100 10100 1000001 1001001 101110

Color Harmonies of #BFCC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCC20

Black with #BFCC20

Text Example


Text Example

White with #BFCC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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