Html Css Color HEX #BFCC23 Rio Grande

📋 copy color: '#BFCC23'

red 191 ◦ green 204 ◦ blue 35

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

Shades of Rio Grande #BFCC23

Tints of Rio Grande #BFCC23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.14%

R = 44.42%
G = 47.44%
B = 8.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#BFCC23 (or 0xBFCC23) is known color: Rio Grande. HEX triplet: BF, CC and 23. RGB value is (191,204,35). Sum of RGB (Red+Green+Blue) = 191+204+35=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 35 (14.06% from 255 or 8.14% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC23 is #4033DC. Grayscale: #B5B5B5. Windows color (decimal): -4207581 or 2346175. OLE color: 2346175.

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

Color convert

RGB 191 204 35 -
CMYK 0.06 0 0.83 0.2
HSL 64.62º 0.71% 0.47% -
HSV(B) 64.62º 0.83% 0.8% -
XYZ 43.38 54.38 9.8 -
YUV 180.85 45.69 135.24 -
System Red Green Blue C M Y K H S L
Decimal 191 204 35 0.06 0 0.83 0.2 64.62 0.71 0.47
Hex BF CC 23 6 0 53 14 41 47 2F
Octal 277 314 43 6 0 123 24 101 107 57
Binary 10111111 11001100 100011 110 0 1010011 10100 1000001 1000111 101111

Color Harmonies of #BFCC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCC23

Black with #BFCC23

Text Example


Text Example

White with #BFCC23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCC23; }

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

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

background-color css

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

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

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

border-color css

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

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

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